(menu-bar-describe-menu): Add "What's This?" item.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:00:38 +0000 (19:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:00:38 +0000 (19:00 +0000)
lisp/menu-bar.el

index cc7dd284b1adbd44c145e165d7a2b16c3b46756b..ffc25b5da8323ce5ae89df9c5d0aebc349edfafb 100644 (file)
@@ -1141,11 +1141,16 @@ paste (in addition to the normal Emacs bindings)."
 (define-key menu-bar-describe-menu [describe-function]
   '(menu-item "Describe Function..." describe-function
              :help "Display documentation of function/command"))
-(define-key menu-bar-describe-menu [describe-key]
+(define-key menu-bar-describe-menu [describe-key-1]
   '(menu-item "Describe Key..." describe-key
              ;; Users typically don't identify keys and menu items...
              :help "Display documentation of command bound to a \
 key (or menu-item)"))
+(define-key menu-bar-describe-menu [describe-key]
+  '(menu-item "What's This? " describe-key
+             ;; Users typically don't identify keys and menu items...
+             :help "Display documentation of command bound to a \
+key (or menu-item)"))
 (define-key menu-bar-describe-menu [describe-mode]
   '(menu-item "Describe Buffer Modes" describe-mode
              :help "Describe this buffer's major and minor mode"))